type crypto/tls.lruSessionCacheEntry

5 uses

	crypto/tls (current package)
		common.go#L1614: type lruSessionCacheEntry struct {
		common.go#L1646: 			entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1654: 		entry := &lruSessionCacheEntry{sessionKey, cs}
		common.go#L1660: 	entry := elem.Value.(*lruSessionCacheEntry)
		common.go#L1676: 		return elem.Value.(*lruSessionCacheEntry).state, true